projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54beeef
)
Improve doc string
author
Stephen Leake
<stephen_leake@stephe-leake.org>
Tue, 17 Nov 2015 13:46:11 +0000
(07:46 -0600)
committer
Stephen Leake
<stephen_leake@stephe-leake.org>
Tue, 17 Nov 2015 13:49:29 +0000
(07:49 -0600)
* lisp/progmodes/xref.el (xref-backend-references): Improve doc string.
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index 69a11bb776bff9760ccabde50722b5250d607a76..dcaffa4bbfb13b9ae4f1fecdaa11efe5852a6cad 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-236,8
+236,9
@@
To create an xref object, call `xref-make'.")
The result must be a list of xref objects. If no references can
be found, return nil.
-The default implementation performs a Grep symbol-search inside
-the current project."
+The default implementation uses `semantic-symref-tool-alist' to
+find a search tool; by default, this uses \"find | grep\" in the
+`project-current' roots."
(cl-mapcan
(lambda (dir)
(xref-collect-references identifier dir))